home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk27 / cramden / cramden.doc < prev    next >
Text File  |  1995-03-18  |  3KB  |  95 lines

  1. Cramden Utilities
  2. =================
  3.  
  4. v1.0  6-May-88
  5.  
  6. These utilities are inspired (if not directly ripped off) from a certain
  7. set of hitherto unnamed MS-DOS utilities that have been known to be real
  8. _life_savers_.    While most of the life saving utilities have
  9. counterparts on the Amiga (or are simply not necessary), there are few
  10. handy ones that don't.  So with that in mind I present the first
  11. installment in the Cramden Utilities.
  12.  
  13. All of these utilities use Arp v1.1 (v34 of arp.library must be in
  14. your LIBS: directory).    If you don't have Arp v1.1 you can probably get
  15. it from wherever you got this file.
  16.  
  17.  
  18. ff - Find Files
  19.  
  20. This utility is used to find files with a particular file name or
  21. pattern in any directory on a disk.
  22.  
  23.     syntax:
  24.     ff <filespec>... [quick]
  25.  
  26.     <filespec> = any AmigaDOS (Arp actually) wild card pattern
  27.     [quick] = when present causes listing only the names of the files
  28.  
  29.     ex:
  30.     ff
  31.     ff *.c
  32.     ff sys:*.info
  33.     ff include:#?.(h|i) *.(h|i) quick
  34.  
  35. Example 1 lists all the files starting at the current directory and
  36. proceeding through all subdirectories.    Example 2 lists all files that
  37. are suffixed by .c (like a.c, ff.c, etc) in the current directory and
  38. all subdirectories.  Example 3 finds all icon files on the volume named
  39. "sys:".  Example 4 lists all files suffixed .h or .i on include: and in
  40. the current directory and all subdirectories respectively.
  41.  
  42.  
  43. si - System Info
  44.  
  45. This can be used to get a quick spec sheet on your Amiga.  It tells you
  46. things like operating system version number, 68xxx chips in your
  47. machine, video mode, memory configuration, and computing performance
  48. index (my favorite).
  49.  
  50.     syntax:
  51.     si
  52.  
  53. The display sizes and pixel aspect ratio are printed X x Y and X:Y
  54. respectively.  The pixel aspect ratio is based on the Dot/Meter values
  55. found in GfxBase and differ between NTSC and PAL machines.  For NTSC
  56. machines this value is 1:1.166 which means that the pixels are just a
  57. little taller than they are wide.
  58.  
  59. In the MS-DOS world the computing performance index is often used to
  60. compare PC clones with one another.  The Amiga version contains two
  61. numbers: the first relative to an ordinary Amiga 1000 with no task
  62. loading (just a CLI).  The second is relative to an IBM PC/XT (the
  63. number used in MS-DOS circles) and is fairly accurate.    Be aware that
  64. this number is VERY dependent on what your Amiga is currently doing
  65. since it's just a task and can't have the CPU all the time (I could have
  66. Forbidden around the critical section, but this way you can see the
  67. effect of task loading).
  68.  
  69.  
  70. Copyright & Distribution Rights
  71. ===============================
  72.  
  73. Copyright 1988 Pregnant Badger Software.  All Rights Reserved.
  74.  
  75. These utilities may be freely distributed without profit.
  76.  
  77. Any contributions (no amount is too small or too large) may be sent to
  78. the following address.
  79.  
  80.  
  81.     Bill Barton
  82.     Pregnant Badger Software
  83.     1111 El Sur Way
  84.     Sacramento, CA    95864
  85.     (916) 487-9472
  86.  
  87.     bix: peabody
  88.     plink: peabody
  89.     delphi: bbarton
  90.  
  91.  
  92. Special thanks to St. Peter, the patron saint of PC's, without whom
  93. these utilities would never have been written.
  94.  
  95.